This forum is closed to new posts and
responses. Individual names altered for privacy purposes. The information contained in this website is provided for informational purposes only and should not be construed as a forum for customer support requests. Any customer support requests should be directed to the official HCL customer support channels below:
~Kirk Frowesonjip 16.Dec.03 02:20 PM a Web browser Applications Development6.0.1All Platforms
I have a problem with DialogBox. I compute a complex outline, which is embedded on a form nuFolder. The outline entries are actions computed similarly to:
When I open that form in a LotusScript agent that the client calls, with DialogBox, the form is displayed and appears to work, but no values are saved to the profile doc.
If I open that same form through preview in Notes client, it works.
I have also experimented with setting fields on the form, and reading those. Again, it does not work with DialogBox, but does with preview.
If I compose a new uidoc with that form, it works, but the agent does not wait for a selection to be made on the outline.
Set uidoc = ws.ComposeDocument("", "", "nuFolder", 6, 5, True)
I also embedded the outline on a page, and it works similarly to the composing of a new uidoc. It works, but again the agent does not wait for a selection to be made.
Call ws.OpenPage("nuFolder1")
Do I have any options other than breaking the agent into multiple agents, calling the next section of code when the page is closed? I really would prefer to be able to use DialogBox.